-
Notifications
You must be signed in to change notification settings - Fork 519
chore: simplify addons config for calico and flannel #3773
chore: simplify addons config for calico and flannel #3773
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3773 +/- ##
==========================================
- Coverage 73.20% 73.20% -0.01%
==========================================
Files 148 148
Lines 25375 25384 +9
==========================================
+ Hits 18576 18582 +6
- Misses 5663 5666 +3
Partials 1136 1136
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jackfrancis, mboersma The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Reason for Change:
This PR removes some of the sed tomfoolery for calico and flannel addons specs and instead uses go templating for more easier maintenance.
Also modified the E2E test cluster configs so that the "calico" test uses kubenet for IPAM, and the "calico_azure" test config uses Azure CNI.
Issue Fixed:
Requirements:
Notes: